Left Termination of the query pattern reverse_in_2(a, g) w.r.t. the given Prolog program could not be shown:



Prolog
  ↳ PrologToPiTRSProof
  ↳ PrologToPiTRSProof

Clauses:

app(.(X, Xs), Ys, .(X, Zs)) :- app(Xs, Ys, Zs).
app([], Ys, Ys).
reverse(.(X, Xs), Ys) :- ','(reverse(Xs, Zs), app(Zs, .(X, []), Ys)).
reverse([], []).

Queries:

reverse(a,g).

We use the technique of [30]. With regard to the inferred argument filtering the predicates were used in the following modes:
reverse_in: (f,b) (f,f)
app_in: (b,b,f) (b,b,b)
Transforming Prolog into the following Term Rewriting System:
Pi-finite rewrite system:
The TRS R consists of the following rules:

reverse_in_ag(.(X, Xs), Ys) → U2_ag(X, Xs, Ys, reverse_in_aa(Xs, Zs))
reverse_in_aa(.(X, Xs), Ys) → U2_aa(X, Xs, Ys, reverse_in_aa(Xs, Zs))
reverse_in_aa([], []) → reverse_out_aa([], [])
U2_aa(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_aa(X, Xs, Ys, app_in_gga(Zs, .(X, []), Ys))
app_in_gga(.(X, Xs), Ys, .(X, Zs)) → U1_gga(X, Xs, Ys, Zs, app_in_gga(Xs, Ys, Zs))
app_in_gga([], Ys, Ys) → app_out_gga([], Ys, Ys)
U1_gga(X, Xs, Ys, Zs, app_out_gga(Xs, Ys, Zs)) → app_out_gga(.(X, Xs), Ys, .(X, Zs))
U3_aa(X, Xs, Ys, app_out_gga(Zs, .(X, []), Ys)) → reverse_out_aa(.(X, Xs), Ys)
U2_ag(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_ag(X, Xs, Ys, app_in_ggg(Zs, .(X, []), Ys))
app_in_ggg(.(X, Xs), Ys, .(X, Zs)) → U1_ggg(X, Xs, Ys, Zs, app_in_ggg(Xs, Ys, Zs))
app_in_ggg([], Ys, Ys) → app_out_ggg([], Ys, Ys)
U1_ggg(X, Xs, Ys, Zs, app_out_ggg(Xs, Ys, Zs)) → app_out_ggg(.(X, Xs), Ys, .(X, Zs))
U3_ag(X, Xs, Ys, app_out_ggg(Zs, .(X, []), Ys)) → reverse_out_ag(.(X, Xs), Ys)
reverse_in_ag([], []) → reverse_out_ag([], [])

The argument filtering Pi contains the following mapping:
reverse_in_ag(x1, x2)  =  reverse_in_ag(x2)
U2_ag(x1, x2, x3, x4)  =  U2_ag(x3, x4)
reverse_in_aa(x1, x2)  =  reverse_in_aa
U2_aa(x1, x2, x3, x4)  =  U2_aa(x4)
reverse_out_aa(x1, x2)  =  reverse_out_aa(x1, x2)
U3_aa(x1, x2, x3, x4)  =  U3_aa(x2, x4)
app_in_gga(x1, x2, x3)  =  app_in_gga(x1, x2)
.(x1, x2)  =  .(x2)
U1_gga(x1, x2, x3, x4, x5)  =  U1_gga(x5)
[]  =  []
app_out_gga(x1, x2, x3)  =  app_out_gga(x3)
U3_ag(x1, x2, x3, x4)  =  U3_ag(x2, x4)
app_in_ggg(x1, x2, x3)  =  app_in_ggg(x1, x2, x3)
U1_ggg(x1, x2, x3, x4, x5)  =  U1_ggg(x5)
app_out_ggg(x1, x2, x3)  =  app_out_ggg
reverse_out_ag(x1, x2)  =  reverse_out_ag(x1)

Infinitary Constructor Rewriting Termination of PiTRS implies Termination of Prolog



↳ Prolog
  ↳ PrologToPiTRSProof
PiTRS
      ↳ DependencyPairsProof
  ↳ PrologToPiTRSProof

Pi-finite rewrite system:
The TRS R consists of the following rules:

reverse_in_ag(.(X, Xs), Ys) → U2_ag(X, Xs, Ys, reverse_in_aa(Xs, Zs))
reverse_in_aa(.(X, Xs), Ys) → U2_aa(X, Xs, Ys, reverse_in_aa(Xs, Zs))
reverse_in_aa([], []) → reverse_out_aa([], [])
U2_aa(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_aa(X, Xs, Ys, app_in_gga(Zs, .(X, []), Ys))
app_in_gga(.(X, Xs), Ys, .(X, Zs)) → U1_gga(X, Xs, Ys, Zs, app_in_gga(Xs, Ys, Zs))
app_in_gga([], Ys, Ys) → app_out_gga([], Ys, Ys)
U1_gga(X, Xs, Ys, Zs, app_out_gga(Xs, Ys, Zs)) → app_out_gga(.(X, Xs), Ys, .(X, Zs))
U3_aa(X, Xs, Ys, app_out_gga(Zs, .(X, []), Ys)) → reverse_out_aa(.(X, Xs), Ys)
U2_ag(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_ag(X, Xs, Ys, app_in_ggg(Zs, .(X, []), Ys))
app_in_ggg(.(X, Xs), Ys, .(X, Zs)) → U1_ggg(X, Xs, Ys, Zs, app_in_ggg(Xs, Ys, Zs))
app_in_ggg([], Ys, Ys) → app_out_ggg([], Ys, Ys)
U1_ggg(X, Xs, Ys, Zs, app_out_ggg(Xs, Ys, Zs)) → app_out_ggg(.(X, Xs), Ys, .(X, Zs))
U3_ag(X, Xs, Ys, app_out_ggg(Zs, .(X, []), Ys)) → reverse_out_ag(.(X, Xs), Ys)
reverse_in_ag([], []) → reverse_out_ag([], [])

The argument filtering Pi contains the following mapping:
reverse_in_ag(x1, x2)  =  reverse_in_ag(x2)
U2_ag(x1, x2, x3, x4)  =  U2_ag(x3, x4)
reverse_in_aa(x1, x2)  =  reverse_in_aa
U2_aa(x1, x2, x3, x4)  =  U2_aa(x4)
reverse_out_aa(x1, x2)  =  reverse_out_aa(x1, x2)
U3_aa(x1, x2, x3, x4)  =  U3_aa(x2, x4)
app_in_gga(x1, x2, x3)  =  app_in_gga(x1, x2)
.(x1, x2)  =  .(x2)
U1_gga(x1, x2, x3, x4, x5)  =  U1_gga(x5)
[]  =  []
app_out_gga(x1, x2, x3)  =  app_out_gga(x3)
U3_ag(x1, x2, x3, x4)  =  U3_ag(x2, x4)
app_in_ggg(x1, x2, x3)  =  app_in_ggg(x1, x2, x3)
U1_ggg(x1, x2, x3, x4, x5)  =  U1_ggg(x5)
app_out_ggg(x1, x2, x3)  =  app_out_ggg
reverse_out_ag(x1, x2)  =  reverse_out_ag(x1)


Using Dependency Pairs [1,30] we result in the following initial DP problem:
Pi DP problem:
The TRS P consists of the following rules:

REVERSE_IN_AG(.(X, Xs), Ys) → U2_AG(X, Xs, Ys, reverse_in_aa(Xs, Zs))
REVERSE_IN_AG(.(X, Xs), Ys) → REVERSE_IN_AA(Xs, Zs)
REVERSE_IN_AA(.(X, Xs), Ys) → U2_AA(X, Xs, Ys, reverse_in_aa(Xs, Zs))
REVERSE_IN_AA(.(X, Xs), Ys) → REVERSE_IN_AA(Xs, Zs)
U2_AA(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_AA(X, Xs, Ys, app_in_gga(Zs, .(X, []), Ys))
U2_AA(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → APP_IN_GGA(Zs, .(X, []), Ys)
APP_IN_GGA(.(X, Xs), Ys, .(X, Zs)) → U1_GGA(X, Xs, Ys, Zs, app_in_gga(Xs, Ys, Zs))
APP_IN_GGA(.(X, Xs), Ys, .(X, Zs)) → APP_IN_GGA(Xs, Ys, Zs)
U2_AG(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_AG(X, Xs, Ys, app_in_ggg(Zs, .(X, []), Ys))
U2_AG(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → APP_IN_GGG(Zs, .(X, []), Ys)
APP_IN_GGG(.(X, Xs), Ys, .(X, Zs)) → U1_GGG(X, Xs, Ys, Zs, app_in_ggg(Xs, Ys, Zs))
APP_IN_GGG(.(X, Xs), Ys, .(X, Zs)) → APP_IN_GGG(Xs, Ys, Zs)

The TRS R consists of the following rules:

reverse_in_ag(.(X, Xs), Ys) → U2_ag(X, Xs, Ys, reverse_in_aa(Xs, Zs))
reverse_in_aa(.(X, Xs), Ys) → U2_aa(X, Xs, Ys, reverse_in_aa(Xs, Zs))
reverse_in_aa([], []) → reverse_out_aa([], [])
U2_aa(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_aa(X, Xs, Ys, app_in_gga(Zs, .(X, []), Ys))
app_in_gga(.(X, Xs), Ys, .(X, Zs)) → U1_gga(X, Xs, Ys, Zs, app_in_gga(Xs, Ys, Zs))
app_in_gga([], Ys, Ys) → app_out_gga([], Ys, Ys)
U1_gga(X, Xs, Ys, Zs, app_out_gga(Xs, Ys, Zs)) → app_out_gga(.(X, Xs), Ys, .(X, Zs))
U3_aa(X, Xs, Ys, app_out_gga(Zs, .(X, []), Ys)) → reverse_out_aa(.(X, Xs), Ys)
U2_ag(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_ag(X, Xs, Ys, app_in_ggg(Zs, .(X, []), Ys))
app_in_ggg(.(X, Xs), Ys, .(X, Zs)) → U1_ggg(X, Xs, Ys, Zs, app_in_ggg(Xs, Ys, Zs))
app_in_ggg([], Ys, Ys) → app_out_ggg([], Ys, Ys)
U1_ggg(X, Xs, Ys, Zs, app_out_ggg(Xs, Ys, Zs)) → app_out_ggg(.(X, Xs), Ys, .(X, Zs))
U3_ag(X, Xs, Ys, app_out_ggg(Zs, .(X, []), Ys)) → reverse_out_ag(.(X, Xs), Ys)
reverse_in_ag([], []) → reverse_out_ag([], [])

The argument filtering Pi contains the following mapping:
reverse_in_ag(x1, x2)  =  reverse_in_ag(x2)
U2_ag(x1, x2, x3, x4)  =  U2_ag(x3, x4)
reverse_in_aa(x1, x2)  =  reverse_in_aa
U2_aa(x1, x2, x3, x4)  =  U2_aa(x4)
reverse_out_aa(x1, x2)  =  reverse_out_aa(x1, x2)
U3_aa(x1, x2, x3, x4)  =  U3_aa(x2, x4)
app_in_gga(x1, x2, x3)  =  app_in_gga(x1, x2)
.(x1, x2)  =  .(x2)
U1_gga(x1, x2, x3, x4, x5)  =  U1_gga(x5)
[]  =  []
app_out_gga(x1, x2, x3)  =  app_out_gga(x3)
U3_ag(x1, x2, x3, x4)  =  U3_ag(x2, x4)
app_in_ggg(x1, x2, x3)  =  app_in_ggg(x1, x2, x3)
U1_ggg(x1, x2, x3, x4, x5)  =  U1_ggg(x5)
app_out_ggg(x1, x2, x3)  =  app_out_ggg
reverse_out_ag(x1, x2)  =  reverse_out_ag(x1)
U1_GGA(x1, x2, x3, x4, x5)  =  U1_GGA(x5)
APP_IN_GGA(x1, x2, x3)  =  APP_IN_GGA(x1, x2)
REVERSE_IN_AG(x1, x2)  =  REVERSE_IN_AG(x2)
U3_AG(x1, x2, x3, x4)  =  U3_AG(x2, x4)
U2_AA(x1, x2, x3, x4)  =  U2_AA(x4)
REVERSE_IN_AA(x1, x2)  =  REVERSE_IN_AA
U2_AG(x1, x2, x3, x4)  =  U2_AG(x3, x4)
U1_GGG(x1, x2, x3, x4, x5)  =  U1_GGG(x5)
U3_AA(x1, x2, x3, x4)  =  U3_AA(x2, x4)
APP_IN_GGG(x1, x2, x3)  =  APP_IN_GGG(x1, x2, x3)

We have to consider all (P,R,Pi)-chains

↳ Prolog
  ↳ PrologToPiTRSProof
    ↳ PiTRS
      ↳ DependencyPairsProof
PiDP
          ↳ DependencyGraphProof
  ↳ PrologToPiTRSProof

Pi DP problem:
The TRS P consists of the following rules:

REVERSE_IN_AG(.(X, Xs), Ys) → U2_AG(X, Xs, Ys, reverse_in_aa(Xs, Zs))
REVERSE_IN_AG(.(X, Xs), Ys) → REVERSE_IN_AA(Xs, Zs)
REVERSE_IN_AA(.(X, Xs), Ys) → U2_AA(X, Xs, Ys, reverse_in_aa(Xs, Zs))
REVERSE_IN_AA(.(X, Xs), Ys) → REVERSE_IN_AA(Xs, Zs)
U2_AA(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_AA(X, Xs, Ys, app_in_gga(Zs, .(X, []), Ys))
U2_AA(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → APP_IN_GGA(Zs, .(X, []), Ys)
APP_IN_GGA(.(X, Xs), Ys, .(X, Zs)) → U1_GGA(X, Xs, Ys, Zs, app_in_gga(Xs, Ys, Zs))
APP_IN_GGA(.(X, Xs), Ys, .(X, Zs)) → APP_IN_GGA(Xs, Ys, Zs)
U2_AG(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_AG(X, Xs, Ys, app_in_ggg(Zs, .(X, []), Ys))
U2_AG(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → APP_IN_GGG(Zs, .(X, []), Ys)
APP_IN_GGG(.(X, Xs), Ys, .(X, Zs)) → U1_GGG(X, Xs, Ys, Zs, app_in_ggg(Xs, Ys, Zs))
APP_IN_GGG(.(X, Xs), Ys, .(X, Zs)) → APP_IN_GGG(Xs, Ys, Zs)

The TRS R consists of the following rules:

reverse_in_ag(.(X, Xs), Ys) → U2_ag(X, Xs, Ys, reverse_in_aa(Xs, Zs))
reverse_in_aa(.(X, Xs), Ys) → U2_aa(X, Xs, Ys, reverse_in_aa(Xs, Zs))
reverse_in_aa([], []) → reverse_out_aa([], [])
U2_aa(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_aa(X, Xs, Ys, app_in_gga(Zs, .(X, []), Ys))
app_in_gga(.(X, Xs), Ys, .(X, Zs)) → U1_gga(X, Xs, Ys, Zs, app_in_gga(Xs, Ys, Zs))
app_in_gga([], Ys, Ys) → app_out_gga([], Ys, Ys)
U1_gga(X, Xs, Ys, Zs, app_out_gga(Xs, Ys, Zs)) → app_out_gga(.(X, Xs), Ys, .(X, Zs))
U3_aa(X, Xs, Ys, app_out_gga(Zs, .(X, []), Ys)) → reverse_out_aa(.(X, Xs), Ys)
U2_ag(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_ag(X, Xs, Ys, app_in_ggg(Zs, .(X, []), Ys))
app_in_ggg(.(X, Xs), Ys, .(X, Zs)) → U1_ggg(X, Xs, Ys, Zs, app_in_ggg(Xs, Ys, Zs))
app_in_ggg([], Ys, Ys) → app_out_ggg([], Ys, Ys)
U1_ggg(X, Xs, Ys, Zs, app_out_ggg(Xs, Ys, Zs)) → app_out_ggg(.(X, Xs), Ys, .(X, Zs))
U3_ag(X, Xs, Ys, app_out_ggg(Zs, .(X, []), Ys)) → reverse_out_ag(.(X, Xs), Ys)
reverse_in_ag([], []) → reverse_out_ag([], [])

The argument filtering Pi contains the following mapping:
reverse_in_ag(x1, x2)  =  reverse_in_ag(x2)
U2_ag(x1, x2, x3, x4)  =  U2_ag(x3, x4)
reverse_in_aa(x1, x2)  =  reverse_in_aa
U2_aa(x1, x2, x3, x4)  =  U2_aa(x4)
reverse_out_aa(x1, x2)  =  reverse_out_aa(x1, x2)
U3_aa(x1, x2, x3, x4)  =  U3_aa(x2, x4)
app_in_gga(x1, x2, x3)  =  app_in_gga(x1, x2)
.(x1, x2)  =  .(x2)
U1_gga(x1, x2, x3, x4, x5)  =  U1_gga(x5)
[]  =  []
app_out_gga(x1, x2, x3)  =  app_out_gga(x3)
U3_ag(x1, x2, x3, x4)  =  U3_ag(x2, x4)
app_in_ggg(x1, x2, x3)  =  app_in_ggg(x1, x2, x3)
U1_ggg(x1, x2, x3, x4, x5)  =  U1_ggg(x5)
app_out_ggg(x1, x2, x3)  =  app_out_ggg
reverse_out_ag(x1, x2)  =  reverse_out_ag(x1)
U1_GGA(x1, x2, x3, x4, x5)  =  U1_GGA(x5)
APP_IN_GGA(x1, x2, x3)  =  APP_IN_GGA(x1, x2)
REVERSE_IN_AG(x1, x2)  =  REVERSE_IN_AG(x2)
U3_AG(x1, x2, x3, x4)  =  U3_AG(x2, x4)
U2_AA(x1, x2, x3, x4)  =  U2_AA(x4)
REVERSE_IN_AA(x1, x2)  =  REVERSE_IN_AA
U2_AG(x1, x2, x3, x4)  =  U2_AG(x3, x4)
U1_GGG(x1, x2, x3, x4, x5)  =  U1_GGG(x5)
U3_AA(x1, x2, x3, x4)  =  U3_AA(x2, x4)
APP_IN_GGG(x1, x2, x3)  =  APP_IN_GGG(x1, x2, x3)

We have to consider all (P,R,Pi)-chains
The approximation of the Dependency Graph [30] contains 3 SCCs with 9 less nodes.

↳ Prolog
  ↳ PrologToPiTRSProof
    ↳ PiTRS
      ↳ DependencyPairsProof
        ↳ PiDP
          ↳ DependencyGraphProof
            ↳ AND
PiDP
                ↳ UsableRulesProof
              ↳ PiDP
              ↳ PiDP
  ↳ PrologToPiTRSProof

Pi DP problem:
The TRS P consists of the following rules:

APP_IN_GGG(.(X, Xs), Ys, .(X, Zs)) → APP_IN_GGG(Xs, Ys, Zs)

The TRS R consists of the following rules:

reverse_in_ag(.(X, Xs), Ys) → U2_ag(X, Xs, Ys, reverse_in_aa(Xs, Zs))
reverse_in_aa(.(X, Xs), Ys) → U2_aa(X, Xs, Ys, reverse_in_aa(Xs, Zs))
reverse_in_aa([], []) → reverse_out_aa([], [])
U2_aa(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_aa(X, Xs, Ys, app_in_gga(Zs, .(X, []), Ys))
app_in_gga(.(X, Xs), Ys, .(X, Zs)) → U1_gga(X, Xs, Ys, Zs, app_in_gga(Xs, Ys, Zs))
app_in_gga([], Ys, Ys) → app_out_gga([], Ys, Ys)
U1_gga(X, Xs, Ys, Zs, app_out_gga(Xs, Ys, Zs)) → app_out_gga(.(X, Xs), Ys, .(X, Zs))
U3_aa(X, Xs, Ys, app_out_gga(Zs, .(X, []), Ys)) → reverse_out_aa(.(X, Xs), Ys)
U2_ag(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_ag(X, Xs, Ys, app_in_ggg(Zs, .(X, []), Ys))
app_in_ggg(.(X, Xs), Ys, .(X, Zs)) → U1_ggg(X, Xs, Ys, Zs, app_in_ggg(Xs, Ys, Zs))
app_in_ggg([], Ys, Ys) → app_out_ggg([], Ys, Ys)
U1_ggg(X, Xs, Ys, Zs, app_out_ggg(Xs, Ys, Zs)) → app_out_ggg(.(X, Xs), Ys, .(X, Zs))
U3_ag(X, Xs, Ys, app_out_ggg(Zs, .(X, []), Ys)) → reverse_out_ag(.(X, Xs), Ys)
reverse_in_ag([], []) → reverse_out_ag([], [])

The argument filtering Pi contains the following mapping:
reverse_in_ag(x1, x2)  =  reverse_in_ag(x2)
U2_ag(x1, x2, x3, x4)  =  U2_ag(x3, x4)
reverse_in_aa(x1, x2)  =  reverse_in_aa
U2_aa(x1, x2, x3, x4)  =  U2_aa(x4)
reverse_out_aa(x1, x2)  =  reverse_out_aa(x1, x2)
U3_aa(x1, x2, x3, x4)  =  U3_aa(x2, x4)
app_in_gga(x1, x2, x3)  =  app_in_gga(x1, x2)
.(x1, x2)  =  .(x2)
U1_gga(x1, x2, x3, x4, x5)  =  U1_gga(x5)
[]  =  []
app_out_gga(x1, x2, x3)  =  app_out_gga(x3)
U3_ag(x1, x2, x3, x4)  =  U3_ag(x2, x4)
app_in_ggg(x1, x2, x3)  =  app_in_ggg(x1, x2, x3)
U1_ggg(x1, x2, x3, x4, x5)  =  U1_ggg(x5)
app_out_ggg(x1, x2, x3)  =  app_out_ggg
reverse_out_ag(x1, x2)  =  reverse_out_ag(x1)
APP_IN_GGG(x1, x2, x3)  =  APP_IN_GGG(x1, x2, x3)

We have to consider all (P,R,Pi)-chains
For (infinitary) constructor rewriting [30] we can delete all non-usable rules from R.

↳ Prolog
  ↳ PrologToPiTRSProof
    ↳ PiTRS
      ↳ DependencyPairsProof
        ↳ PiDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ PiDP
                ↳ UsableRulesProof
PiDP
                    ↳ PiDPToQDPProof
              ↳ PiDP
              ↳ PiDP
  ↳ PrologToPiTRSProof

Pi DP problem:
The TRS P consists of the following rules:

APP_IN_GGG(.(X, Xs), Ys, .(X, Zs)) → APP_IN_GGG(Xs, Ys, Zs)

R is empty.
The argument filtering Pi contains the following mapping:
.(x1, x2)  =  .(x2)
APP_IN_GGG(x1, x2, x3)  =  APP_IN_GGG(x1, x2, x3)

We have to consider all (P,R,Pi)-chains
Transforming (infinitary) constructor rewriting Pi-DP problem [30] into ordinary QDP problem [15] by application of Pi.

↳ Prolog
  ↳ PrologToPiTRSProof
    ↳ PiTRS
      ↳ DependencyPairsProof
        ↳ PiDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ PiDP
                ↳ UsableRulesProof
                  ↳ PiDP
                    ↳ PiDPToQDPProof
QDP
                        ↳ QDPSizeChangeProof
              ↳ PiDP
              ↳ PiDP
  ↳ PrologToPiTRSProof

Q DP problem:
The TRS P consists of the following rules:

APP_IN_GGG(.(Xs), Ys, .(Zs)) → APP_IN_GGG(Xs, Ys, Zs)

R is empty.
Q is empty.
We have to consider all (P,Q,R)-chains.
By using the subterm criterion [20] together with the size-change analysis [32] we have proven that there are no infinite chains for this DP problem.

From the DPs we obtained the following set of size-change graphs:



↳ Prolog
  ↳ PrologToPiTRSProof
    ↳ PiTRS
      ↳ DependencyPairsProof
        ↳ PiDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ PiDP
PiDP
                ↳ UsableRulesProof
              ↳ PiDP
  ↳ PrologToPiTRSProof

Pi DP problem:
The TRS P consists of the following rules:

APP_IN_GGA(.(X, Xs), Ys, .(X, Zs)) → APP_IN_GGA(Xs, Ys, Zs)

The TRS R consists of the following rules:

reverse_in_ag(.(X, Xs), Ys) → U2_ag(X, Xs, Ys, reverse_in_aa(Xs, Zs))
reverse_in_aa(.(X, Xs), Ys) → U2_aa(X, Xs, Ys, reverse_in_aa(Xs, Zs))
reverse_in_aa([], []) → reverse_out_aa([], [])
U2_aa(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_aa(X, Xs, Ys, app_in_gga(Zs, .(X, []), Ys))
app_in_gga(.(X, Xs), Ys, .(X, Zs)) → U1_gga(X, Xs, Ys, Zs, app_in_gga(Xs, Ys, Zs))
app_in_gga([], Ys, Ys) → app_out_gga([], Ys, Ys)
U1_gga(X, Xs, Ys, Zs, app_out_gga(Xs, Ys, Zs)) → app_out_gga(.(X, Xs), Ys, .(X, Zs))
U3_aa(X, Xs, Ys, app_out_gga(Zs, .(X, []), Ys)) → reverse_out_aa(.(X, Xs), Ys)
U2_ag(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_ag(X, Xs, Ys, app_in_ggg(Zs, .(X, []), Ys))
app_in_ggg(.(X, Xs), Ys, .(X, Zs)) → U1_ggg(X, Xs, Ys, Zs, app_in_ggg(Xs, Ys, Zs))
app_in_ggg([], Ys, Ys) → app_out_ggg([], Ys, Ys)
U1_ggg(X, Xs, Ys, Zs, app_out_ggg(Xs, Ys, Zs)) → app_out_ggg(.(X, Xs), Ys, .(X, Zs))
U3_ag(X, Xs, Ys, app_out_ggg(Zs, .(X, []), Ys)) → reverse_out_ag(.(X, Xs), Ys)
reverse_in_ag([], []) → reverse_out_ag([], [])

The argument filtering Pi contains the following mapping:
reverse_in_ag(x1, x2)  =  reverse_in_ag(x2)
U2_ag(x1, x2, x3, x4)  =  U2_ag(x3, x4)
reverse_in_aa(x1, x2)  =  reverse_in_aa
U2_aa(x1, x2, x3, x4)  =  U2_aa(x4)
reverse_out_aa(x1, x2)  =  reverse_out_aa(x1, x2)
U3_aa(x1, x2, x3, x4)  =  U3_aa(x2, x4)
app_in_gga(x1, x2, x3)  =  app_in_gga(x1, x2)
.(x1, x2)  =  .(x2)
U1_gga(x1, x2, x3, x4, x5)  =  U1_gga(x5)
[]  =  []
app_out_gga(x1, x2, x3)  =  app_out_gga(x3)
U3_ag(x1, x2, x3, x4)  =  U3_ag(x2, x4)
app_in_ggg(x1, x2, x3)  =  app_in_ggg(x1, x2, x3)
U1_ggg(x1, x2, x3, x4, x5)  =  U1_ggg(x5)
app_out_ggg(x1, x2, x3)  =  app_out_ggg
reverse_out_ag(x1, x2)  =  reverse_out_ag(x1)
APP_IN_GGA(x1, x2, x3)  =  APP_IN_GGA(x1, x2)

We have to consider all (P,R,Pi)-chains
For (infinitary) constructor rewriting [30] we can delete all non-usable rules from R.

↳ Prolog
  ↳ PrologToPiTRSProof
    ↳ PiTRS
      ↳ DependencyPairsProof
        ↳ PiDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ PiDP
              ↳ PiDP
                ↳ UsableRulesProof
PiDP
                    ↳ PiDPToQDPProof
              ↳ PiDP
  ↳ PrologToPiTRSProof

Pi DP problem:
The TRS P consists of the following rules:

APP_IN_GGA(.(X, Xs), Ys, .(X, Zs)) → APP_IN_GGA(Xs, Ys, Zs)

R is empty.
The argument filtering Pi contains the following mapping:
.(x1, x2)  =  .(x2)
APP_IN_GGA(x1, x2, x3)  =  APP_IN_GGA(x1, x2)

We have to consider all (P,R,Pi)-chains
Transforming (infinitary) constructor rewriting Pi-DP problem [30] into ordinary QDP problem [15] by application of Pi.

↳ Prolog
  ↳ PrologToPiTRSProof
    ↳ PiTRS
      ↳ DependencyPairsProof
        ↳ PiDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ PiDP
              ↳ PiDP
                ↳ UsableRulesProof
                  ↳ PiDP
                    ↳ PiDPToQDPProof
QDP
                        ↳ QDPSizeChangeProof
              ↳ PiDP
  ↳ PrologToPiTRSProof

Q DP problem:
The TRS P consists of the following rules:

APP_IN_GGA(.(Xs), Ys) → APP_IN_GGA(Xs, Ys)

R is empty.
Q is empty.
We have to consider all (P,Q,R)-chains.
By using the subterm criterion [20] together with the size-change analysis [32] we have proven that there are no infinite chains for this DP problem.

From the DPs we obtained the following set of size-change graphs:



↳ Prolog
  ↳ PrologToPiTRSProof
    ↳ PiTRS
      ↳ DependencyPairsProof
        ↳ PiDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ PiDP
              ↳ PiDP
PiDP
                ↳ UsableRulesProof
  ↳ PrologToPiTRSProof

Pi DP problem:
The TRS P consists of the following rules:

REVERSE_IN_AA(.(X, Xs), Ys) → REVERSE_IN_AA(Xs, Zs)

The TRS R consists of the following rules:

reverse_in_ag(.(X, Xs), Ys) → U2_ag(X, Xs, Ys, reverse_in_aa(Xs, Zs))
reverse_in_aa(.(X, Xs), Ys) → U2_aa(X, Xs, Ys, reverse_in_aa(Xs, Zs))
reverse_in_aa([], []) → reverse_out_aa([], [])
U2_aa(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_aa(X, Xs, Ys, app_in_gga(Zs, .(X, []), Ys))
app_in_gga(.(X, Xs), Ys, .(X, Zs)) → U1_gga(X, Xs, Ys, Zs, app_in_gga(Xs, Ys, Zs))
app_in_gga([], Ys, Ys) → app_out_gga([], Ys, Ys)
U1_gga(X, Xs, Ys, Zs, app_out_gga(Xs, Ys, Zs)) → app_out_gga(.(X, Xs), Ys, .(X, Zs))
U3_aa(X, Xs, Ys, app_out_gga(Zs, .(X, []), Ys)) → reverse_out_aa(.(X, Xs), Ys)
U2_ag(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_ag(X, Xs, Ys, app_in_ggg(Zs, .(X, []), Ys))
app_in_ggg(.(X, Xs), Ys, .(X, Zs)) → U1_ggg(X, Xs, Ys, Zs, app_in_ggg(Xs, Ys, Zs))
app_in_ggg([], Ys, Ys) → app_out_ggg([], Ys, Ys)
U1_ggg(X, Xs, Ys, Zs, app_out_ggg(Xs, Ys, Zs)) → app_out_ggg(.(X, Xs), Ys, .(X, Zs))
U3_ag(X, Xs, Ys, app_out_ggg(Zs, .(X, []), Ys)) → reverse_out_ag(.(X, Xs), Ys)
reverse_in_ag([], []) → reverse_out_ag([], [])

The argument filtering Pi contains the following mapping:
reverse_in_ag(x1, x2)  =  reverse_in_ag(x2)
U2_ag(x1, x2, x3, x4)  =  U2_ag(x3, x4)
reverse_in_aa(x1, x2)  =  reverse_in_aa
U2_aa(x1, x2, x3, x4)  =  U2_aa(x4)
reverse_out_aa(x1, x2)  =  reverse_out_aa(x1, x2)
U3_aa(x1, x2, x3, x4)  =  U3_aa(x2, x4)
app_in_gga(x1, x2, x3)  =  app_in_gga(x1, x2)
.(x1, x2)  =  .(x2)
U1_gga(x1, x2, x3, x4, x5)  =  U1_gga(x5)
[]  =  []
app_out_gga(x1, x2, x3)  =  app_out_gga(x3)
U3_ag(x1, x2, x3, x4)  =  U3_ag(x2, x4)
app_in_ggg(x1, x2, x3)  =  app_in_ggg(x1, x2, x3)
U1_ggg(x1, x2, x3, x4, x5)  =  U1_ggg(x5)
app_out_ggg(x1, x2, x3)  =  app_out_ggg
reverse_out_ag(x1, x2)  =  reverse_out_ag(x1)
REVERSE_IN_AA(x1, x2)  =  REVERSE_IN_AA

We have to consider all (P,R,Pi)-chains
For (infinitary) constructor rewriting [30] we can delete all non-usable rules from R.

↳ Prolog
  ↳ PrologToPiTRSProof
    ↳ PiTRS
      ↳ DependencyPairsProof
        ↳ PiDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ PiDP
              ↳ PiDP
              ↳ PiDP
                ↳ UsableRulesProof
PiDP
                    ↳ PiDPToQDPProof
  ↳ PrologToPiTRSProof

Pi DP problem:
The TRS P consists of the following rules:

REVERSE_IN_AA(.(X, Xs), Ys) → REVERSE_IN_AA(Xs, Zs)

R is empty.
The argument filtering Pi contains the following mapping:
.(x1, x2)  =  .(x2)
REVERSE_IN_AA(x1, x2)  =  REVERSE_IN_AA

We have to consider all (P,R,Pi)-chains
Transforming (infinitary) constructor rewriting Pi-DP problem [30] into ordinary QDP problem [15] by application of Pi.

↳ Prolog
  ↳ PrologToPiTRSProof
    ↳ PiTRS
      ↳ DependencyPairsProof
        ↳ PiDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ PiDP
              ↳ PiDP
              ↳ PiDP
                ↳ UsableRulesProof
                  ↳ PiDP
                    ↳ PiDPToQDPProof
QDP
                        ↳ NonTerminationProof
  ↳ PrologToPiTRSProof

Q DP problem:
The TRS P consists of the following rules:

REVERSE_IN_AAREVERSE_IN_AA

R is empty.
Q is empty.
We have to consider all (P,Q,R)-chains.
We used the non-termination processor [17] to show that the DP problem is infinite.
Found a loop by semiunifying a rule from P directly.

The TRS P consists of the following rules:

REVERSE_IN_AAREVERSE_IN_AA

The TRS R consists of the following rules:none


s = REVERSE_IN_AA evaluates to t =REVERSE_IN_AA

Thus s starts an infinite chain as s semiunifies with t with the following substitutions:




Rewriting sequence

The DP semiunifies directly so there is only one rewrite step from REVERSE_IN_AA to REVERSE_IN_AA.




We use the technique of [30]. With regard to the inferred argument filtering the predicates were used in the following modes:
reverse_in: (f,b) (f,f)
app_in: (b,b,f) (b,b,b)
Transforming Prolog into the following Term Rewriting System:
Pi-finite rewrite system:
The TRS R consists of the following rules:

reverse_in_ag(.(X, Xs), Ys) → U2_ag(X, Xs, Ys, reverse_in_aa(Xs, Zs))
reverse_in_aa(.(X, Xs), Ys) → U2_aa(X, Xs, Ys, reverse_in_aa(Xs, Zs))
reverse_in_aa([], []) → reverse_out_aa([], [])
U2_aa(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_aa(X, Xs, Ys, app_in_gga(Zs, .(X, []), Ys))
app_in_gga(.(X, Xs), Ys, .(X, Zs)) → U1_gga(X, Xs, Ys, Zs, app_in_gga(Xs, Ys, Zs))
app_in_gga([], Ys, Ys) → app_out_gga([], Ys, Ys)
U1_gga(X, Xs, Ys, Zs, app_out_gga(Xs, Ys, Zs)) → app_out_gga(.(X, Xs), Ys, .(X, Zs))
U3_aa(X, Xs, Ys, app_out_gga(Zs, .(X, []), Ys)) → reverse_out_aa(.(X, Xs), Ys)
U2_ag(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_ag(X, Xs, Ys, app_in_ggg(Zs, .(X, []), Ys))
app_in_ggg(.(X, Xs), Ys, .(X, Zs)) → U1_ggg(X, Xs, Ys, Zs, app_in_ggg(Xs, Ys, Zs))
app_in_ggg([], Ys, Ys) → app_out_ggg([], Ys, Ys)
U1_ggg(X, Xs, Ys, Zs, app_out_ggg(Xs, Ys, Zs)) → app_out_ggg(.(X, Xs), Ys, .(X, Zs))
U3_ag(X, Xs, Ys, app_out_ggg(Zs, .(X, []), Ys)) → reverse_out_ag(.(X, Xs), Ys)
reverse_in_ag([], []) → reverse_out_ag([], [])

The argument filtering Pi contains the following mapping:
reverse_in_ag(x1, x2)  =  reverse_in_ag(x2)
U2_ag(x1, x2, x3, x4)  =  U2_ag(x3, x4)
reverse_in_aa(x1, x2)  =  reverse_in_aa
U2_aa(x1, x2, x3, x4)  =  U2_aa(x4)
reverse_out_aa(x1, x2)  =  reverse_out_aa(x1, x2)
U3_aa(x1, x2, x3, x4)  =  U3_aa(x2, x4)
app_in_gga(x1, x2, x3)  =  app_in_gga(x1, x2)
.(x1, x2)  =  .(x2)
U1_gga(x1, x2, x3, x4, x5)  =  U1_gga(x2, x3, x5)
[]  =  []
app_out_gga(x1, x2, x3)  =  app_out_gga(x1, x2, x3)
U3_ag(x1, x2, x3, x4)  =  U3_ag(x2, x3, x4)
app_in_ggg(x1, x2, x3)  =  app_in_ggg(x1, x2, x3)
U1_ggg(x1, x2, x3, x4, x5)  =  U1_ggg(x2, x3, x4, x5)
app_out_ggg(x1, x2, x3)  =  app_out_ggg(x1, x2, x3)
reverse_out_ag(x1, x2)  =  reverse_out_ag(x1, x2)

Infinitary Constructor Rewriting Termination of PiTRS implies Termination of Prolog



↳ Prolog
  ↳ PrologToPiTRSProof
  ↳ PrologToPiTRSProof
PiTRS
      ↳ DependencyPairsProof

Pi-finite rewrite system:
The TRS R consists of the following rules:

reverse_in_ag(.(X, Xs), Ys) → U2_ag(X, Xs, Ys, reverse_in_aa(Xs, Zs))
reverse_in_aa(.(X, Xs), Ys) → U2_aa(X, Xs, Ys, reverse_in_aa(Xs, Zs))
reverse_in_aa([], []) → reverse_out_aa([], [])
U2_aa(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_aa(X, Xs, Ys, app_in_gga(Zs, .(X, []), Ys))
app_in_gga(.(X, Xs), Ys, .(X, Zs)) → U1_gga(X, Xs, Ys, Zs, app_in_gga(Xs, Ys, Zs))
app_in_gga([], Ys, Ys) → app_out_gga([], Ys, Ys)
U1_gga(X, Xs, Ys, Zs, app_out_gga(Xs, Ys, Zs)) → app_out_gga(.(X, Xs), Ys, .(X, Zs))
U3_aa(X, Xs, Ys, app_out_gga(Zs, .(X, []), Ys)) → reverse_out_aa(.(X, Xs), Ys)
U2_ag(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_ag(X, Xs, Ys, app_in_ggg(Zs, .(X, []), Ys))
app_in_ggg(.(X, Xs), Ys, .(X, Zs)) → U1_ggg(X, Xs, Ys, Zs, app_in_ggg(Xs, Ys, Zs))
app_in_ggg([], Ys, Ys) → app_out_ggg([], Ys, Ys)
U1_ggg(X, Xs, Ys, Zs, app_out_ggg(Xs, Ys, Zs)) → app_out_ggg(.(X, Xs), Ys, .(X, Zs))
U3_ag(X, Xs, Ys, app_out_ggg(Zs, .(X, []), Ys)) → reverse_out_ag(.(X, Xs), Ys)
reverse_in_ag([], []) → reverse_out_ag([], [])

The argument filtering Pi contains the following mapping:
reverse_in_ag(x1, x2)  =  reverse_in_ag(x2)
U2_ag(x1, x2, x3, x4)  =  U2_ag(x3, x4)
reverse_in_aa(x1, x2)  =  reverse_in_aa
U2_aa(x1, x2, x3, x4)  =  U2_aa(x4)
reverse_out_aa(x1, x2)  =  reverse_out_aa(x1, x2)
U3_aa(x1, x2, x3, x4)  =  U3_aa(x2, x4)
app_in_gga(x1, x2, x3)  =  app_in_gga(x1, x2)
.(x1, x2)  =  .(x2)
U1_gga(x1, x2, x3, x4, x5)  =  U1_gga(x2, x3, x5)
[]  =  []
app_out_gga(x1, x2, x3)  =  app_out_gga(x1, x2, x3)
U3_ag(x1, x2, x3, x4)  =  U3_ag(x2, x3, x4)
app_in_ggg(x1, x2, x3)  =  app_in_ggg(x1, x2, x3)
U1_ggg(x1, x2, x3, x4, x5)  =  U1_ggg(x2, x3, x4, x5)
app_out_ggg(x1, x2, x3)  =  app_out_ggg(x1, x2, x3)
reverse_out_ag(x1, x2)  =  reverse_out_ag(x1, x2)


Using Dependency Pairs [1,30] we result in the following initial DP problem:
Pi DP problem:
The TRS P consists of the following rules:

REVERSE_IN_AG(.(X, Xs), Ys) → U2_AG(X, Xs, Ys, reverse_in_aa(Xs, Zs))
REVERSE_IN_AG(.(X, Xs), Ys) → REVERSE_IN_AA(Xs, Zs)
REVERSE_IN_AA(.(X, Xs), Ys) → U2_AA(X, Xs, Ys, reverse_in_aa(Xs, Zs))
REVERSE_IN_AA(.(X, Xs), Ys) → REVERSE_IN_AA(Xs, Zs)
U2_AA(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_AA(X, Xs, Ys, app_in_gga(Zs, .(X, []), Ys))
U2_AA(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → APP_IN_GGA(Zs, .(X, []), Ys)
APP_IN_GGA(.(X, Xs), Ys, .(X, Zs)) → U1_GGA(X, Xs, Ys, Zs, app_in_gga(Xs, Ys, Zs))
APP_IN_GGA(.(X, Xs), Ys, .(X, Zs)) → APP_IN_GGA(Xs, Ys, Zs)
U2_AG(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_AG(X, Xs, Ys, app_in_ggg(Zs, .(X, []), Ys))
U2_AG(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → APP_IN_GGG(Zs, .(X, []), Ys)
APP_IN_GGG(.(X, Xs), Ys, .(X, Zs)) → U1_GGG(X, Xs, Ys, Zs, app_in_ggg(Xs, Ys, Zs))
APP_IN_GGG(.(X, Xs), Ys, .(X, Zs)) → APP_IN_GGG(Xs, Ys, Zs)

The TRS R consists of the following rules:

reverse_in_ag(.(X, Xs), Ys) → U2_ag(X, Xs, Ys, reverse_in_aa(Xs, Zs))
reverse_in_aa(.(X, Xs), Ys) → U2_aa(X, Xs, Ys, reverse_in_aa(Xs, Zs))
reverse_in_aa([], []) → reverse_out_aa([], [])
U2_aa(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_aa(X, Xs, Ys, app_in_gga(Zs, .(X, []), Ys))
app_in_gga(.(X, Xs), Ys, .(X, Zs)) → U1_gga(X, Xs, Ys, Zs, app_in_gga(Xs, Ys, Zs))
app_in_gga([], Ys, Ys) → app_out_gga([], Ys, Ys)
U1_gga(X, Xs, Ys, Zs, app_out_gga(Xs, Ys, Zs)) → app_out_gga(.(X, Xs), Ys, .(X, Zs))
U3_aa(X, Xs, Ys, app_out_gga(Zs, .(X, []), Ys)) → reverse_out_aa(.(X, Xs), Ys)
U2_ag(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_ag(X, Xs, Ys, app_in_ggg(Zs, .(X, []), Ys))
app_in_ggg(.(X, Xs), Ys, .(X, Zs)) → U1_ggg(X, Xs, Ys, Zs, app_in_ggg(Xs, Ys, Zs))
app_in_ggg([], Ys, Ys) → app_out_ggg([], Ys, Ys)
U1_ggg(X, Xs, Ys, Zs, app_out_ggg(Xs, Ys, Zs)) → app_out_ggg(.(X, Xs), Ys, .(X, Zs))
U3_ag(X, Xs, Ys, app_out_ggg(Zs, .(X, []), Ys)) → reverse_out_ag(.(X, Xs), Ys)
reverse_in_ag([], []) → reverse_out_ag([], [])

The argument filtering Pi contains the following mapping:
reverse_in_ag(x1, x2)  =  reverse_in_ag(x2)
U2_ag(x1, x2, x3, x4)  =  U2_ag(x3, x4)
reverse_in_aa(x1, x2)  =  reverse_in_aa
U2_aa(x1, x2, x3, x4)  =  U2_aa(x4)
reverse_out_aa(x1, x2)  =  reverse_out_aa(x1, x2)
U3_aa(x1, x2, x3, x4)  =  U3_aa(x2, x4)
app_in_gga(x1, x2, x3)  =  app_in_gga(x1, x2)
.(x1, x2)  =  .(x2)
U1_gga(x1, x2, x3, x4, x5)  =  U1_gga(x2, x3, x5)
[]  =  []
app_out_gga(x1, x2, x3)  =  app_out_gga(x1, x2, x3)
U3_ag(x1, x2, x3, x4)  =  U3_ag(x2, x3, x4)
app_in_ggg(x1, x2, x3)  =  app_in_ggg(x1, x2, x3)
U1_ggg(x1, x2, x3, x4, x5)  =  U1_ggg(x2, x3, x4, x5)
app_out_ggg(x1, x2, x3)  =  app_out_ggg(x1, x2, x3)
reverse_out_ag(x1, x2)  =  reverse_out_ag(x1, x2)
U1_GGA(x1, x2, x3, x4, x5)  =  U1_GGA(x2, x3, x5)
APP_IN_GGA(x1, x2, x3)  =  APP_IN_GGA(x1, x2)
REVERSE_IN_AG(x1, x2)  =  REVERSE_IN_AG(x2)
U3_AG(x1, x2, x3, x4)  =  U3_AG(x2, x3, x4)
U2_AA(x1, x2, x3, x4)  =  U2_AA(x4)
REVERSE_IN_AA(x1, x2)  =  REVERSE_IN_AA
U2_AG(x1, x2, x3, x4)  =  U2_AG(x3, x4)
U1_GGG(x1, x2, x3, x4, x5)  =  U1_GGG(x2, x3, x4, x5)
U3_AA(x1, x2, x3, x4)  =  U3_AA(x2, x4)
APP_IN_GGG(x1, x2, x3)  =  APP_IN_GGG(x1, x2, x3)

We have to consider all (P,R,Pi)-chains

↳ Prolog
  ↳ PrologToPiTRSProof
  ↳ PrologToPiTRSProof
    ↳ PiTRS
      ↳ DependencyPairsProof
PiDP
          ↳ DependencyGraphProof

Pi DP problem:
The TRS P consists of the following rules:

REVERSE_IN_AG(.(X, Xs), Ys) → U2_AG(X, Xs, Ys, reverse_in_aa(Xs, Zs))
REVERSE_IN_AG(.(X, Xs), Ys) → REVERSE_IN_AA(Xs, Zs)
REVERSE_IN_AA(.(X, Xs), Ys) → U2_AA(X, Xs, Ys, reverse_in_aa(Xs, Zs))
REVERSE_IN_AA(.(X, Xs), Ys) → REVERSE_IN_AA(Xs, Zs)
U2_AA(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_AA(X, Xs, Ys, app_in_gga(Zs, .(X, []), Ys))
U2_AA(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → APP_IN_GGA(Zs, .(X, []), Ys)
APP_IN_GGA(.(X, Xs), Ys, .(X, Zs)) → U1_GGA(X, Xs, Ys, Zs, app_in_gga(Xs, Ys, Zs))
APP_IN_GGA(.(X, Xs), Ys, .(X, Zs)) → APP_IN_GGA(Xs, Ys, Zs)
U2_AG(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_AG(X, Xs, Ys, app_in_ggg(Zs, .(X, []), Ys))
U2_AG(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → APP_IN_GGG(Zs, .(X, []), Ys)
APP_IN_GGG(.(X, Xs), Ys, .(X, Zs)) → U1_GGG(X, Xs, Ys, Zs, app_in_ggg(Xs, Ys, Zs))
APP_IN_GGG(.(X, Xs), Ys, .(X, Zs)) → APP_IN_GGG(Xs, Ys, Zs)

The TRS R consists of the following rules:

reverse_in_ag(.(X, Xs), Ys) → U2_ag(X, Xs, Ys, reverse_in_aa(Xs, Zs))
reverse_in_aa(.(X, Xs), Ys) → U2_aa(X, Xs, Ys, reverse_in_aa(Xs, Zs))
reverse_in_aa([], []) → reverse_out_aa([], [])
U2_aa(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_aa(X, Xs, Ys, app_in_gga(Zs, .(X, []), Ys))
app_in_gga(.(X, Xs), Ys, .(X, Zs)) → U1_gga(X, Xs, Ys, Zs, app_in_gga(Xs, Ys, Zs))
app_in_gga([], Ys, Ys) → app_out_gga([], Ys, Ys)
U1_gga(X, Xs, Ys, Zs, app_out_gga(Xs, Ys, Zs)) → app_out_gga(.(X, Xs), Ys, .(X, Zs))
U3_aa(X, Xs, Ys, app_out_gga(Zs, .(X, []), Ys)) → reverse_out_aa(.(X, Xs), Ys)
U2_ag(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_ag(X, Xs, Ys, app_in_ggg(Zs, .(X, []), Ys))
app_in_ggg(.(X, Xs), Ys, .(X, Zs)) → U1_ggg(X, Xs, Ys, Zs, app_in_ggg(Xs, Ys, Zs))
app_in_ggg([], Ys, Ys) → app_out_ggg([], Ys, Ys)
U1_ggg(X, Xs, Ys, Zs, app_out_ggg(Xs, Ys, Zs)) → app_out_ggg(.(X, Xs), Ys, .(X, Zs))
U3_ag(X, Xs, Ys, app_out_ggg(Zs, .(X, []), Ys)) → reverse_out_ag(.(X, Xs), Ys)
reverse_in_ag([], []) → reverse_out_ag([], [])

The argument filtering Pi contains the following mapping:
reverse_in_ag(x1, x2)  =  reverse_in_ag(x2)
U2_ag(x1, x2, x3, x4)  =  U2_ag(x3, x4)
reverse_in_aa(x1, x2)  =  reverse_in_aa
U2_aa(x1, x2, x3, x4)  =  U2_aa(x4)
reverse_out_aa(x1, x2)  =  reverse_out_aa(x1, x2)
U3_aa(x1, x2, x3, x4)  =  U3_aa(x2, x4)
app_in_gga(x1, x2, x3)  =  app_in_gga(x1, x2)
.(x1, x2)  =  .(x2)
U1_gga(x1, x2, x3, x4, x5)  =  U1_gga(x2, x3, x5)
[]  =  []
app_out_gga(x1, x2, x3)  =  app_out_gga(x1, x2, x3)
U3_ag(x1, x2, x3, x4)  =  U3_ag(x2, x3, x4)
app_in_ggg(x1, x2, x3)  =  app_in_ggg(x1, x2, x3)
U1_ggg(x1, x2, x3, x4, x5)  =  U1_ggg(x2, x3, x4, x5)
app_out_ggg(x1, x2, x3)  =  app_out_ggg(x1, x2, x3)
reverse_out_ag(x1, x2)  =  reverse_out_ag(x1, x2)
U1_GGA(x1, x2, x3, x4, x5)  =  U1_GGA(x2, x3, x5)
APP_IN_GGA(x1, x2, x3)  =  APP_IN_GGA(x1, x2)
REVERSE_IN_AG(x1, x2)  =  REVERSE_IN_AG(x2)
U3_AG(x1, x2, x3, x4)  =  U3_AG(x2, x3, x4)
U2_AA(x1, x2, x3, x4)  =  U2_AA(x4)
REVERSE_IN_AA(x1, x2)  =  REVERSE_IN_AA
U2_AG(x1, x2, x3, x4)  =  U2_AG(x3, x4)
U1_GGG(x1, x2, x3, x4, x5)  =  U1_GGG(x2, x3, x4, x5)
U3_AA(x1, x2, x3, x4)  =  U3_AA(x2, x4)
APP_IN_GGG(x1, x2, x3)  =  APP_IN_GGG(x1, x2, x3)

We have to consider all (P,R,Pi)-chains
The approximation of the Dependency Graph [30] contains 3 SCCs with 9 less nodes.

↳ Prolog
  ↳ PrologToPiTRSProof
  ↳ PrologToPiTRSProof
    ↳ PiTRS
      ↳ DependencyPairsProof
        ↳ PiDP
          ↳ DependencyGraphProof
            ↳ AND
PiDP
                ↳ UsableRulesProof
              ↳ PiDP
              ↳ PiDP

Pi DP problem:
The TRS P consists of the following rules:

APP_IN_GGG(.(X, Xs), Ys, .(X, Zs)) → APP_IN_GGG(Xs, Ys, Zs)

The TRS R consists of the following rules:

reverse_in_ag(.(X, Xs), Ys) → U2_ag(X, Xs, Ys, reverse_in_aa(Xs, Zs))
reverse_in_aa(.(X, Xs), Ys) → U2_aa(X, Xs, Ys, reverse_in_aa(Xs, Zs))
reverse_in_aa([], []) → reverse_out_aa([], [])
U2_aa(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_aa(X, Xs, Ys, app_in_gga(Zs, .(X, []), Ys))
app_in_gga(.(X, Xs), Ys, .(X, Zs)) → U1_gga(X, Xs, Ys, Zs, app_in_gga(Xs, Ys, Zs))
app_in_gga([], Ys, Ys) → app_out_gga([], Ys, Ys)
U1_gga(X, Xs, Ys, Zs, app_out_gga(Xs, Ys, Zs)) → app_out_gga(.(X, Xs), Ys, .(X, Zs))
U3_aa(X, Xs, Ys, app_out_gga(Zs, .(X, []), Ys)) → reverse_out_aa(.(X, Xs), Ys)
U2_ag(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_ag(X, Xs, Ys, app_in_ggg(Zs, .(X, []), Ys))
app_in_ggg(.(X, Xs), Ys, .(X, Zs)) → U1_ggg(X, Xs, Ys, Zs, app_in_ggg(Xs, Ys, Zs))
app_in_ggg([], Ys, Ys) → app_out_ggg([], Ys, Ys)
U1_ggg(X, Xs, Ys, Zs, app_out_ggg(Xs, Ys, Zs)) → app_out_ggg(.(X, Xs), Ys, .(X, Zs))
U3_ag(X, Xs, Ys, app_out_ggg(Zs, .(X, []), Ys)) → reverse_out_ag(.(X, Xs), Ys)
reverse_in_ag([], []) → reverse_out_ag([], [])

The argument filtering Pi contains the following mapping:
reverse_in_ag(x1, x2)  =  reverse_in_ag(x2)
U2_ag(x1, x2, x3, x4)  =  U2_ag(x3, x4)
reverse_in_aa(x1, x2)  =  reverse_in_aa
U2_aa(x1, x2, x3, x4)  =  U2_aa(x4)
reverse_out_aa(x1, x2)  =  reverse_out_aa(x1, x2)
U3_aa(x1, x2, x3, x4)  =  U3_aa(x2, x4)
app_in_gga(x1, x2, x3)  =  app_in_gga(x1, x2)
.(x1, x2)  =  .(x2)
U1_gga(x1, x2, x3, x4, x5)  =  U1_gga(x2, x3, x5)
[]  =  []
app_out_gga(x1, x2, x3)  =  app_out_gga(x1, x2, x3)
U3_ag(x1, x2, x3, x4)  =  U3_ag(x2, x3, x4)
app_in_ggg(x1, x2, x3)  =  app_in_ggg(x1, x2, x3)
U1_ggg(x1, x2, x3, x4, x5)  =  U1_ggg(x2, x3, x4, x5)
app_out_ggg(x1, x2, x3)  =  app_out_ggg(x1, x2, x3)
reverse_out_ag(x1, x2)  =  reverse_out_ag(x1, x2)
APP_IN_GGG(x1, x2, x3)  =  APP_IN_GGG(x1, x2, x3)

We have to consider all (P,R,Pi)-chains
For (infinitary) constructor rewriting [30] we can delete all non-usable rules from R.

↳ Prolog
  ↳ PrologToPiTRSProof
  ↳ PrologToPiTRSProof
    ↳ PiTRS
      ↳ DependencyPairsProof
        ↳ PiDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ PiDP
                ↳ UsableRulesProof
PiDP
                    ↳ PiDPToQDPProof
              ↳ PiDP
              ↳ PiDP

Pi DP problem:
The TRS P consists of the following rules:

APP_IN_GGG(.(X, Xs), Ys, .(X, Zs)) → APP_IN_GGG(Xs, Ys, Zs)

R is empty.
The argument filtering Pi contains the following mapping:
.(x1, x2)  =  .(x2)
APP_IN_GGG(x1, x2, x3)  =  APP_IN_GGG(x1, x2, x3)

We have to consider all (P,R,Pi)-chains
Transforming (infinitary) constructor rewriting Pi-DP problem [30] into ordinary QDP problem [15] by application of Pi.

↳ Prolog
  ↳ PrologToPiTRSProof
  ↳ PrologToPiTRSProof
    ↳ PiTRS
      ↳ DependencyPairsProof
        ↳ PiDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ PiDP
                ↳ UsableRulesProof
                  ↳ PiDP
                    ↳ PiDPToQDPProof
QDP
                        ↳ QDPSizeChangeProof
              ↳ PiDP
              ↳ PiDP

Q DP problem:
The TRS P consists of the following rules:

APP_IN_GGG(.(Xs), Ys, .(Zs)) → APP_IN_GGG(Xs, Ys, Zs)

R is empty.
Q is empty.
We have to consider all (P,Q,R)-chains.
By using the subterm criterion [20] together with the size-change analysis [32] we have proven that there are no infinite chains for this DP problem.

From the DPs we obtained the following set of size-change graphs:



↳ Prolog
  ↳ PrologToPiTRSProof
  ↳ PrologToPiTRSProof
    ↳ PiTRS
      ↳ DependencyPairsProof
        ↳ PiDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ PiDP
PiDP
                ↳ UsableRulesProof
              ↳ PiDP

Pi DP problem:
The TRS P consists of the following rules:

APP_IN_GGA(.(X, Xs), Ys, .(X, Zs)) → APP_IN_GGA(Xs, Ys, Zs)

The TRS R consists of the following rules:

reverse_in_ag(.(X, Xs), Ys) → U2_ag(X, Xs, Ys, reverse_in_aa(Xs, Zs))
reverse_in_aa(.(X, Xs), Ys) → U2_aa(X, Xs, Ys, reverse_in_aa(Xs, Zs))
reverse_in_aa([], []) → reverse_out_aa([], [])
U2_aa(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_aa(X, Xs, Ys, app_in_gga(Zs, .(X, []), Ys))
app_in_gga(.(X, Xs), Ys, .(X, Zs)) → U1_gga(X, Xs, Ys, Zs, app_in_gga(Xs, Ys, Zs))
app_in_gga([], Ys, Ys) → app_out_gga([], Ys, Ys)
U1_gga(X, Xs, Ys, Zs, app_out_gga(Xs, Ys, Zs)) → app_out_gga(.(X, Xs), Ys, .(X, Zs))
U3_aa(X, Xs, Ys, app_out_gga(Zs, .(X, []), Ys)) → reverse_out_aa(.(X, Xs), Ys)
U2_ag(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_ag(X, Xs, Ys, app_in_ggg(Zs, .(X, []), Ys))
app_in_ggg(.(X, Xs), Ys, .(X, Zs)) → U1_ggg(X, Xs, Ys, Zs, app_in_ggg(Xs, Ys, Zs))
app_in_ggg([], Ys, Ys) → app_out_ggg([], Ys, Ys)
U1_ggg(X, Xs, Ys, Zs, app_out_ggg(Xs, Ys, Zs)) → app_out_ggg(.(X, Xs), Ys, .(X, Zs))
U3_ag(X, Xs, Ys, app_out_ggg(Zs, .(X, []), Ys)) → reverse_out_ag(.(X, Xs), Ys)
reverse_in_ag([], []) → reverse_out_ag([], [])

The argument filtering Pi contains the following mapping:
reverse_in_ag(x1, x2)  =  reverse_in_ag(x2)
U2_ag(x1, x2, x3, x4)  =  U2_ag(x3, x4)
reverse_in_aa(x1, x2)  =  reverse_in_aa
U2_aa(x1, x2, x3, x4)  =  U2_aa(x4)
reverse_out_aa(x1, x2)  =  reverse_out_aa(x1, x2)
U3_aa(x1, x2, x3, x4)  =  U3_aa(x2, x4)
app_in_gga(x1, x2, x3)  =  app_in_gga(x1, x2)
.(x1, x2)  =  .(x2)
U1_gga(x1, x2, x3, x4, x5)  =  U1_gga(x2, x3, x5)
[]  =  []
app_out_gga(x1, x2, x3)  =  app_out_gga(x1, x2, x3)
U3_ag(x1, x2, x3, x4)  =  U3_ag(x2, x3, x4)
app_in_ggg(x1, x2, x3)  =  app_in_ggg(x1, x2, x3)
U1_ggg(x1, x2, x3, x4, x5)  =  U1_ggg(x2, x3, x4, x5)
app_out_ggg(x1, x2, x3)  =  app_out_ggg(x1, x2, x3)
reverse_out_ag(x1, x2)  =  reverse_out_ag(x1, x2)
APP_IN_GGA(x1, x2, x3)  =  APP_IN_GGA(x1, x2)

We have to consider all (P,R,Pi)-chains
For (infinitary) constructor rewriting [30] we can delete all non-usable rules from R.

↳ Prolog
  ↳ PrologToPiTRSProof
  ↳ PrologToPiTRSProof
    ↳ PiTRS
      ↳ DependencyPairsProof
        ↳ PiDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ PiDP
              ↳ PiDP
                ↳ UsableRulesProof
PiDP
                    ↳ PiDPToQDPProof
              ↳ PiDP

Pi DP problem:
The TRS P consists of the following rules:

APP_IN_GGA(.(X, Xs), Ys, .(X, Zs)) → APP_IN_GGA(Xs, Ys, Zs)

R is empty.
The argument filtering Pi contains the following mapping:
.(x1, x2)  =  .(x2)
APP_IN_GGA(x1, x2, x3)  =  APP_IN_GGA(x1, x2)

We have to consider all (P,R,Pi)-chains
Transforming (infinitary) constructor rewriting Pi-DP problem [30] into ordinary QDP problem [15] by application of Pi.

↳ Prolog
  ↳ PrologToPiTRSProof
  ↳ PrologToPiTRSProof
    ↳ PiTRS
      ↳ DependencyPairsProof
        ↳ PiDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ PiDP
              ↳ PiDP
                ↳ UsableRulesProof
                  ↳ PiDP
                    ↳ PiDPToQDPProof
QDP
                        ↳ QDPSizeChangeProof
              ↳ PiDP

Q DP problem:
The TRS P consists of the following rules:

APP_IN_GGA(.(Xs), Ys) → APP_IN_GGA(Xs, Ys)

R is empty.
Q is empty.
We have to consider all (P,Q,R)-chains.
By using the subterm criterion [20] together with the size-change analysis [32] we have proven that there are no infinite chains for this DP problem.

From the DPs we obtained the following set of size-change graphs:



↳ Prolog
  ↳ PrologToPiTRSProof
  ↳ PrologToPiTRSProof
    ↳ PiTRS
      ↳ DependencyPairsProof
        ↳ PiDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ PiDP
              ↳ PiDP
PiDP
                ↳ UsableRulesProof

Pi DP problem:
The TRS P consists of the following rules:

REVERSE_IN_AA(.(X, Xs), Ys) → REVERSE_IN_AA(Xs, Zs)

The TRS R consists of the following rules:

reverse_in_ag(.(X, Xs), Ys) → U2_ag(X, Xs, Ys, reverse_in_aa(Xs, Zs))
reverse_in_aa(.(X, Xs), Ys) → U2_aa(X, Xs, Ys, reverse_in_aa(Xs, Zs))
reverse_in_aa([], []) → reverse_out_aa([], [])
U2_aa(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_aa(X, Xs, Ys, app_in_gga(Zs, .(X, []), Ys))
app_in_gga(.(X, Xs), Ys, .(X, Zs)) → U1_gga(X, Xs, Ys, Zs, app_in_gga(Xs, Ys, Zs))
app_in_gga([], Ys, Ys) → app_out_gga([], Ys, Ys)
U1_gga(X, Xs, Ys, Zs, app_out_gga(Xs, Ys, Zs)) → app_out_gga(.(X, Xs), Ys, .(X, Zs))
U3_aa(X, Xs, Ys, app_out_gga(Zs, .(X, []), Ys)) → reverse_out_aa(.(X, Xs), Ys)
U2_ag(X, Xs, Ys, reverse_out_aa(Xs, Zs)) → U3_ag(X, Xs, Ys, app_in_ggg(Zs, .(X, []), Ys))
app_in_ggg(.(X, Xs), Ys, .(X, Zs)) → U1_ggg(X, Xs, Ys, Zs, app_in_ggg(Xs, Ys, Zs))
app_in_ggg([], Ys, Ys) → app_out_ggg([], Ys, Ys)
U1_ggg(X, Xs, Ys, Zs, app_out_ggg(Xs, Ys, Zs)) → app_out_ggg(.(X, Xs), Ys, .(X, Zs))
U3_ag(X, Xs, Ys, app_out_ggg(Zs, .(X, []), Ys)) → reverse_out_ag(.(X, Xs), Ys)
reverse_in_ag([], []) → reverse_out_ag([], [])

The argument filtering Pi contains the following mapping:
reverse_in_ag(x1, x2)  =  reverse_in_ag(x2)
U2_ag(x1, x2, x3, x4)  =  U2_ag(x3, x4)
reverse_in_aa(x1, x2)  =  reverse_in_aa
U2_aa(x1, x2, x3, x4)  =  U2_aa(x4)
reverse_out_aa(x1, x2)  =  reverse_out_aa(x1, x2)
U3_aa(x1, x2, x3, x4)  =  U3_aa(x2, x4)
app_in_gga(x1, x2, x3)  =  app_in_gga(x1, x2)
.(x1, x2)  =  .(x2)
U1_gga(x1, x2, x3, x4, x5)  =  U1_gga(x2, x3, x5)
[]  =  []
app_out_gga(x1, x2, x3)  =  app_out_gga(x1, x2, x3)
U3_ag(x1, x2, x3, x4)  =  U3_ag(x2, x3, x4)
app_in_ggg(x1, x2, x3)  =  app_in_ggg(x1, x2, x3)
U1_ggg(x1, x2, x3, x4, x5)  =  U1_ggg(x2, x3, x4, x5)
app_out_ggg(x1, x2, x3)  =  app_out_ggg(x1, x2, x3)
reverse_out_ag(x1, x2)  =  reverse_out_ag(x1, x2)
REVERSE_IN_AA(x1, x2)  =  REVERSE_IN_AA

We have to consider all (P,R,Pi)-chains
For (infinitary) constructor rewriting [30] we can delete all non-usable rules from R.

↳ Prolog
  ↳ PrologToPiTRSProof
  ↳ PrologToPiTRSProof
    ↳ PiTRS
      ↳ DependencyPairsProof
        ↳ PiDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ PiDP
              ↳ PiDP
              ↳ PiDP
                ↳ UsableRulesProof
PiDP
                    ↳ PiDPToQDPProof

Pi DP problem:
The TRS P consists of the following rules:

REVERSE_IN_AA(.(X, Xs), Ys) → REVERSE_IN_AA(Xs, Zs)

R is empty.
The argument filtering Pi contains the following mapping:
.(x1, x2)  =  .(x2)
REVERSE_IN_AA(x1, x2)  =  REVERSE_IN_AA

We have to consider all (P,R,Pi)-chains
Transforming (infinitary) constructor rewriting Pi-DP problem [30] into ordinary QDP problem [15] by application of Pi.

↳ Prolog
  ↳ PrologToPiTRSProof
  ↳ PrologToPiTRSProof
    ↳ PiTRS
      ↳ DependencyPairsProof
        ↳ PiDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ PiDP
              ↳ PiDP
              ↳ PiDP
                ↳ UsableRulesProof
                  ↳ PiDP
                    ↳ PiDPToQDPProof
QDP
                        ↳ NonTerminationProof

Q DP problem:
The TRS P consists of the following rules:

REVERSE_IN_AAREVERSE_IN_AA

R is empty.
Q is empty.
We have to consider all (P,Q,R)-chains.
We used the non-termination processor [17] to show that the DP problem is infinite.
Found a loop by semiunifying a rule from P directly.

The TRS P consists of the following rules:

REVERSE_IN_AAREVERSE_IN_AA

The TRS R consists of the following rules:none


s = REVERSE_IN_AA evaluates to t =REVERSE_IN_AA

Thus s starts an infinite chain as s semiunifies with t with the following substitutions:




Rewriting sequence

The DP semiunifies directly so there is only one rewrite step from REVERSE_IN_AA to REVERSE_IN_AA.